cURL
curl --request PUT \ --url http:///%7B{baseurl}%7D/api/v1/client/{environmentId}/displays/{displayId} \ --header 'Content-Type: application/json' \ --data '{ "responseId": "{{responseId}} (optional)", "userId": "{{userId}} (optional)" }'
{ "data": {} }
Update an Display for a user. A use case can be when a user submits a response & you want to link it to an existing display.
OK
The response is of type object.
object
Was this page helpful?